Remove redundant call to 'eln_load_path_final_clean_up'
authorEli Zaretskii <eliz@gnu.org>
Wed, 21 Feb 2024 15:16:45 +0000 (17:16 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 21 Feb 2024 15:16:45 +0000 (17:16 +0200)
* src/emacs.c (shut_down_emacs): Remove redundant call to
'eln_load_path_final_clean_up'.  We call it from 'kill-emacs'
right before the call to 'exit'.

src/emacs.c

index 97c65fbfd330bbfaa65a7d84ca1db1d1e2e9017b..f4bfb9a6bbdfd801b44771fd4f31fba5ee2a1ebd 100644 (file)
@@ -3116,10 +3116,6 @@ shut_down_emacs (int sig, Lisp_Object stuff)
       check_message_stack ();
     }
 
-#ifdef HAVE_NATIVE_COMP
-  eln_load_path_final_clean_up ();
-#endif
-
 #ifdef MSDOS
   dos_cleanup ();
 #endif